github.com/klauspost/compress/zstd.history.recentOffsets (field)
11 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L501: hist.recentOffsets = hist.decoders.prevOffset
blockdec.go#L665: hist.decoders.prevOffset = hist.recentOffsets
blockdec.go#L668: hist.recentOffsets = hist.decoders.prevOffset
blockdec.go#L696: hist.recentOffsets = hist.decoders.prevOffset
decoder.go#L676: println("Async 1: new history, recent:", block.async.newHist.recentOffsets)
decoder.go#L680: hist.recentOffsets = block.async.newHist.recentOffsets
history.go#L18: recentOffsets [3]int
history.go#L39: h.recentOffsets = [3]int{1, 4, 8}
history.go#L66: h.recentOffsets = dict.offsets
seqdec.go#L91: s.prevOffset = hist.recentOffsets
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |